libexpect-php5 software package provides expect module for PHP 5, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libexpect-php5
libexpect-php5 is installed in your system.
Make ensure the libexpect-php5 package were installed using the commands given below,
$ sudo dpkg-query -l | grep libexpect-php5 *
You will get with libexpect-php5 package name, version, architecture and description in a table
| Distro | Debian 7 wheezy |
| Section | PHP |
| Package | libexpect-php5 |
| Version | 0.3.1-1+b1 |
| Description | expect module for PHP 5 |
| Sub Section | PHP |